 @charset "UTF-8";
/* CSS Document */
/* reset.css */
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
blockquote,
pre,
p,
a,
abbr,
acronym,
address,
code,
del,
dfn,
em,
q,
dl,
dt,
dd,
ol,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td
{
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
}

img
{
	border: 0;
}

/* table {border-collapse:separate;border-spacing:0;}caption, th, td {text-align:left;font-weight:normal;}table, td, th {vertical-align:middle;}blockquote:before, blockquote:after, q:before, q:after {content:"";}blockquote, q {quotes:"" "";}a img {border:none;} *//* Now onto the CSS that works */

html
{
	overflow-y: scroll;
	-webkit-font-smoothing: antialiased;
	margin: 0;
	padding: 0;
}

h2
{
	font-family: piedra;
	font-size: 20px;
	font-weight: 400;
	color: #647867;   /* header text */
	font-style: normal;
}

p {
	margin: 0;
	padding: 0;
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 18px;
	margin-bottom: 20px;
}

body {
	margin: 0;
	padding: 0;
	margin-top: 20px;
	background-color: #3F4133;
	background-image: url(/graphics/mossyback_4.gif);
	background-repeat: repeat;
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
}

#NAVback {
	width: 1065px;
	height: 52px;
	position: relative;
	left: 50%;
	margin-left: -532px;
	z-index: 2000;
	visibility: visible;
	float: inherit;
	background-image: url(/graphics/NAV_banner.png);
}

#NAV {
	margin-left: 310px;
	height: 31px;
	margin-top: 3px;
	position: absolute;
	z-index: 2000;
	visibility: visible;
	float: inherit;
}

#pageSurround {
	width: 960px;
	margin: 0px auto;
	padding: 0px;
	background-color: #ece0cb;
	background-repeat: no-repeat;
	background-position: left top;
	box-shadow: 0px 0px 16px 3px #000000;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
}
.topHeader {
	position: relative;
	width: 960px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.boxTitleLeft, .boxTitleRight {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
	color: #FFFFFF;
	background-color: #654D27;
	height: 20px;
	border-top: 1px solid #000000;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	padding-left: 5px;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	box-shadow: -3px 4px 4px 2px #8A867C;
}
.boxContentLeft, .boxContentRight {
	border: 1px solid #000000;
	background-color: #B3AB9E;
	padding-left: 5px;
	margin-bottom: 10px; 
	padding-top: 3px;
	padding-bottom: 10px;
	box-shadow: -3px 4px 4px 2px #8A867C;
}
.colLeft {
	position: relative;
	left: 0px;
	width: 200px; 
	padding-left: 14px;
	padding-right: 10px;
	float: left;
}
.colMid {
	position: relative;
	width: 730px;
	float: left;
}
.colRight {
	position: relative;
	width: 160px; 
	padding-left: 5px;
	right: 0px;
	float: right;
}
.boxContent {
	padding: 0px;
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	margin-bottom: 0px;
	padding-left: 8px;
	padding-right: 14px;
	font-size: 14px;
}
#footer {
	width: 960px;
	height: 50px;
	position: relative;
	left: 50%;
	margin-left: -480px;
	z-index: 99;
	visibility: visible;
	float: inherit;
	background-color: #647867;
	/*box-shadow: 0px 0px 16px 3px #000000;*/
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
}

.footercopy {
	text-align: center;
	margin-left: 10px;
	margin-right: 10px;
	padding-top: 10px;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #CCCC99;
}

.footercopy A:link
{
	text-decoration: none;
	color: #CCCC33
}

.footercopy A:visited
{
	text-decoration: none;
	color: #CC9900
}

.footercopy A:active
{
	text-decoration: none;
	color: #CC3300
}

.footercopy A:hover
{
	text-decoration: none;
	color: #CC9900
}


/* CHECKOUT PAGES */
.colLeftCheckout {
	position: relative;
	left: 0px;
	width: 200px; 
	padding-left: 14px;
	padding-right: 10px;
	float: left;
}
.colMainCheckout {
	position: relative;
	width: 716px;
	float: left;
}
/* END CHECK OUT PAGES */
.siteDocs {
	text-align:center;
	margin-top: 10px;
}
.pagination {
	text-align: right;
	padding-top: 5px;
	padding-bottom: 5px;
}
#subCats {
	background-color: #EBEDFE;
	text-align: center;
	border: 1px solid #C9CEFC;
	margin: 0px;
	padding: 3px;
	float: left;
	width: 387px;
}
.subCat {	
	text-align: center;
	padding: 8px;
	float: left;
	width: 110px;
	height: 50px;
}
.regSep{
	padding: 10px 0px 10px 0px;
	margin: 10px 0px 10px 0px;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}
.latestProds {
	float: left;
	text-align: center;
	width: 130px;
	height: 120px;
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	font-size: 12px;
}
#awards {
	background-color: #B3AB9E;
	width: 700px;
	height: 600px;
	border: 0px;
}
